home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / scoobybigair.swf / scripts / DefineButton2_237 / BUTTONCONDACTION on(release).as
Text File  |  2007-10-01  |  103b  |  6 lines

  1. on(release){
  2.    _global.Stages.music.gotoAndStop(3);
  3.    _global.Mute = true;
  4.    gotoAndStop(2);
  5. }
  6.